home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gSurvolPrec, gSujAct, gTextPhyL, gEtatEtud, g1erSprLoc, gMaxBoutons
- repeat with i = g1erSprLoc to gMaxBoutons
- puppetSprite(i, 1)
- end repeat
- put ">" & gSujAct
- set monTxt to getAt(gTextPhyL, gSujAct)
- if (the number of lines in monTxt = 1) or (gSujAct = 35) then
- gBoutons(habille, g1erSprLoc, "VIDE")
- end if
- set the text of cast "TXT PHY" to line 1 of monTxt
- repeat with i = g1erSprLoc to gMaxBoutons
- set the visible of sprite i to 1
- end repeat
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- JukeBox(1, " ")
- curseur(-1)
- end
-